home *** CD-ROM | disk | FTP | other *** search
/ Tripas 5 / TRIPAS 005.iso / Wos.EXE / 2015 / models / mdancer_target.def < prev    next >
Encoding:
Text File  |  1999-02-24  |  2.1 KB  |  98 lines

  1. SDEF
  2. // Male dancer, hangs around wherever there are female ones; I suspect
  3. // it is not because he likes dancing though - I mean, he's not very
  4. // good at it...although he does seem to be able to go all night without 
  5. // a rest, as does she.
  6. //
  7. // Author: Boon
  8. //
  9.  
  10. // SINED SECTION
  11. //
  12. /*SINED Innocent_MaleDancer_Target (1 .5 0) (0 0 0) (0 0 0)
  13. Male Dancer with sweatshirt with target on it
  14. */
  15.  
  16. // --------------------------------------------------------------------------
  17. // FILE DECLARATIONS
  18. //
  19. // Model Commands
  20. path models/mdancer
  21.  
  22. scale 1.3
  23.  
  24. // Base Model
  25. mdancer_base.sbm
  26.  
  27. //Skins
  28. normal mdancer_04d.tga
  29. damage mdancer_damage_04d.tga
  30.  
  31. // Normal Animations
  32. idle1        twostep_b.sam
  33. twitch1    twostep_c.sam
  34. idle2        twostep_d.sam //boys only
  35. walk        walk.sam
  36. death        death.sam
  37. //run1        flee_a.sam
  38. //run2        flee_b.sam
  39. run3        flee_c.sam
  40. //run4        flee_d.sam
  41. pain        cower_complete.sam
  42. crouch_down    cower_start.sam
  43. crouch_idle    cower_loop.sam    // This animation needs fixing!!!!!!
  44. crouch_end    cower_end.sam
  45.  
  46. // Optional Animations
  47. dance1    twostep_a.sam //girls only
  48.  
  49. // Scripted Animations
  50.  
  51. // Id And Group Definitions
  52. id 10 group head flesh
  53. group head damage 2.0
  54. id 20 group torso_front flesh
  55. group torso_front damage 1.2
  56. id 22 group torso_back flesh
  57. group torso_back damage 1
  58. id 30 group leg_left flesh
  59. group leg_left damage 0.4
  60. id 40 group leg_right flesh
  61. group leg_right damage 0.4
  62. id 50 group arm_left flesh
  63. group arm_left damage 0.7
  64. id 60 group arm_right  flesh
  65. group arm_right damage 1
  66.  
  67.  
  68. // -----------------------------------------------------------------------------
  69. // INITIALIZATION SECTION
  70. //
  71. !init:
  72. //
  73. // SERVER Initialization Commands
  74. //
  75. // Class Setup
  76. server classname actor
  77. server script global/neutral.scr
  78. server setsize "-16 -16 0" "16 16 80"
  79. server crouchsize "-16 -16 0" "16 16 64"
  80. server health 30
  81. server painthreshold 1
  82.  
  83. // Sound Aliases
  84.  
  85. //
  86. // CLIENT Initialization Commands
  87. //
  88. // Sound Aliases
  89.  
  90. // -----------------------------------------------------------------------------
  91. // MAIN SECTION
  92. //
  93. !main:
  94.  
  95. // Special Commands
  96. server crouch_down last nextanim crouch_idle
  97.  
  98.